home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cchh01.arc / LOCAL.H < prev    next >
Text File  |  1986-03-14  |  663b  |  21 lines

  1.  
  2. /******************************************************************************
  3. *                                                                             *
  4. *       LOCAL.H - this file holds definitions created for local use           *
  5. *                                                                             *
  6. ******************************************************************************/
  7.  
  8. #define FALSE 0
  9. #define NO FALSE
  10. #define TRUE !(FALSE)
  11. #define YES TRUE
  12.  
  13. #define MAXLINE 1024
  14. #define ishex(c) ('0'<=(c)&&(c)<='9'||'a'<=(c)&&(c)<='f'||'A'<=(c)&&(c)<='F')
  15.  
  16. #define  VOID
  17. #define  HARD_WIDTH  80
  18.  
  19. typedef  short    boolean;
  20.  
  21.